ci: Integrating CodeCov with NGO repo [develop-2.0.0]#3474
Merged
michalChrobot merged 10 commits intodevelop-2.0.0from Jun 27, 2025
Merged
ci: Integrating CodeCov with NGO repo [develop-2.0.0]#3474michalChrobot merged 10 commits intodevelop-2.0.0from
michalChrobot merged 10 commits intodevelop-2.0.0from
Conversation
EmandM
approved these changes
Jun 5, 2025
NoelStephensUnity
approved these changes
Jun 23, 2025
michalChrobot
added a commit
that referenced
this pull request
Jun 27, 2025
Recently CodeCov was improved to also work for GitHub.com repositories so we can finally update the configuration to upload our results. This PR should be merged after we will be done with ongoing release process because it may require some corrections in the way how CodeCov comments will work so I don't want to block any ongoing work ## Backport This is ported to `develop-2.0.0` branch in #3474. Note that it will not affect `develop-2.0.0` branch since the configuration is being taken from default branch (currently `develop`) but when in the future we will switch the default branch then the configuration will already be there --------- Co-authored-by: Noel Stephens <noel.stephens@unity3d.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recently CodeCov was improved to also work for GitHub.com repositories so we can finally update the configuration to upload our results.
This PR should be merged after we will be done with ongoing release process because it may require some corrections in the way how CodeCov comments will work so I don't want to block any ongoing work
Backport
This is ported to
developbranch in #3476. Note that it will not affectdevelop-2.0.0branch since the configuration is being taken from default branch (currentlydevelop) but when in the future we will switch the default branch then the configuration will already be there